On the HP-UX and Solaris platforms, examples are not automatically built as part of installation. You must build them yourself before you can run them. To compile an example, cd to the example's project directory and type make . For example:
> cd /Apple/Developer.Examples/WebObjects/ObjectiveC/HelloWorldCompiled
> make